func crypto/ecdsa.verify
2 uses
crypto/ecdsa (current package)
ecdsa.go#L302: return verify(pub, c, hash, r, s)
ecdsa_noasm.go#L19: func verify(pub *PublicKey, c elliptic.Curve, hash []byte, r, s *big.Int) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)